Spread Windows Forms 12.0 Product Documentation
AddRange(CharBoxInfo[]) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfoCollection Class > AddRange Method : AddRange(CharBoxInfo[]) Method
An array of CharBoxInfo to load into this collection.
Adds an array of CharBoxInfo to the current collection.
Syntax
'Declaration
 
Public Overloads Shadows Sub AddRange( _
   ByVal CharBoxInfoes() As CharBoxInfo _
) 
'Usage
 
Dim instance As CharBoxInfoCollection
Dim CharBoxInfoes() As CharBoxInfo
 
instance.AddRange(CharBoxInfoes)
public new void AddRange( 
   CharBoxInfo[] CharBoxInfoes
)

Parameters

CharBoxInfoes
An array of CharBoxInfo to load into this collection.
See Also

Reference

CharBoxInfoCollection Class
CharBoxInfoCollection Members
Overload List